refactor(helper): drop stderr from response - #616
refactor(helper): drop stderr from response#616Alex Shabalin (alex-sparus) wants to merge 1 commit into
Conversation
This stack of pull requests is managed by jj-ryu. |
🎨 Storybook previewUpdated for c37a980
|
📋 PR Overview
🔬 Coverage
|
5630310 to
48e09e0
Compare
d53a2b2 to
5f8ed0d
Compare
48e09e0 to
4586ddc
Compare
5f8ed0d to
3507992
Compare
4586ddc to
4d769aa
Compare
3507992 to
f2cab13
Compare
4d769aa to
d5c9e7e
Compare
f2cab13 to
c73bf3d
Compare
d5c9e7e to
d2d788e
Compare
c73bf3d to
cf4936f
Compare
The daemon never populates it: activation runs with stderr merged into stdout (2>&1), so the field only implied a separate error channel that does not exist. Removing it is free while protocol v2 already breaks the wire shape.
d2d788e to
4e0108c
Compare
cf4936f to
c37a980
Compare





Summary
internal code
C2.1Test Plan
Docs